home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetLinkInfo.h ------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetLinkInfo__
- #define __PGetLinkInfo__
-
- #include "PHandleQuery.h"
-
- class PGetLinkInfo : public PHandleQuery
- {
-
- public:
-
- PGetLinkInfo();
-
- const char * fFilename;
- short cLinkTech;
- const char * sKind;
- long nSize;
- const char * sPlacedTime;
- const char * sModTime;
- const char * sInternalDateMod;
- };
-
- #endif
-
- // end of PGetLinkInfo.h
-